Boost.DynamicBitset
This is an older version and was released in 2016. The current version is 1.86.0.
C++
03
Added in Boost
1.29.0
Categories:
Containers
The dynamic_bitset class represents a set of bits. It provides accesses to the value of individual bits via an operator[] and provides all of the bitwise operators that one can apply to builtin integers, such as operator& and operator<<. The number of bits in the set is specified at runtime via a parameter to the constructor of the dynamic_bitset.